summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/am/applet.h')
-rw-r--r--src/core/hle/service/am/applet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/am/applet.h b/src/core/hle/service/am/applet.h
index 65bfbc250..bce6f9050 100644
--- a/src/core/hle/service/am/applet.h
+++ b/src/core/hle/service/am/applet.h
@@ -49,6 +49,9 @@ struct Applet {
s32 previous_program_index{-1};
ScreenshotPermission previous_screenshot_permission{ScreenshotPermission::Enable};
+ // TODO: some fields above can be AppletIdentityInfo
+ AppletIdentityInfo screen_shot_identity;
+
// hid state
HidRegistration hid_registration;